Contribution org.nuxeo.ecm.platform.automation.defaultChains--chains
In component org.nuxeo.ecm.platform.automation.defaultChains
org.nuxeo.ecm.platform.automation.defaultChains
inside nuxeo-platform-webapp-core-8.10.jar /OSGI-INF/chains-contrib.xml
This contribution is part of XML component Extension Point
Extension point chains of component OperationServiceComponent.Contributed Items
XML Source
<extension point="chains" target="org.nuxeo.ecm.core.operation.OperationServiceComponent">
<chain id="addCurrentDocumentToWorklist">
<operation id="Context.FetchDocument"/>
<operation id="WebUI.AddToWorklist"/>
<operation id="WebUI.AddMessage">
<param name="severity" type="string">INFO</param>
<param name="message" type="string">label.document.added.to.worklist</param>
</operation>
</chain>
</extension>